cargo.git
2017-06-14 borsAuto merge of #4158 - stepancheg:hg-ignore, r=alexcrichton
2017-06-13 borsAuto merge of #4149 - ordian:master, r=alexcrichton
2017-06-13 borsAuto merge of #3978 - dethoter:separated-credentials...
2017-06-13 borsAuto merge of #4163 - alexcrichton:update, r=alexcrichton
2017-06-13 Alex CrichtonUpdate dependencies
2017-06-11 Stepan KoltsovGenerate .hgignore with syntax:glob
2017-06-09 Evgen DruzhyninUpdate a credentials file format. Implement tests for...
2017-06-09 Evgen DruzhyninRevert "Credentials for multiple hosts."
2017-06-08 Andronik OrdianDrop rustc-serialize dependency
2017-06-08 borsAuto merge of #4146 - alexcrichton:bump, r=alexcrichton
2017-06-08 Alex CrichtonBump to 0.21.0
2017-06-08 borsAuto merge of #4145 - rust-lang:matklad-patch-1, r...
2017-06-08 Aleksey KladovFix flaky test
2017-06-07 borsAuto merge of #4141 - Keruspe:master, r=alexcrichton
2017-06-07 Marc-Antoine... update git2
2017-06-07 borsAuto merge of #4139 - Keruspe:master, r=alexcrichton
2017-06-07 borsAuto merge of #4137 - tshepang:immutable, r=alexcrichton
2017-06-07 borsAuto merge of #4062 - huntiep:master, r=alexcrichton
2017-06-07 Marc-Antoine... Include rustc version in metadata
2017-06-07 borsAuto merge of #4138 - alexcrichton:fix-tests, r=alexcri...
2017-06-07 Alex CrichtonFix tests on beta
2017-06-07 Tshepang Lekhonkhobebinding does not need to be mutable
2017-06-07 Hunter PraskaAdd test for local gitconf
2017-06-05 borsAuto merge of #4126 - malbarbo:bump-jobserver, r=alexcr...
2017-06-05 Marco A L BarbosaBump jobserver to 0.1.4
2017-06-05 borsAuto merge of #4118 - alexcrichton:hamt, r=matklad
2017-06-05 Alex CrichtonFix tests
2017-06-05 Alex CrichtonRemove the RefCell from `PackageRegistry`
2017-06-05 Alex CrichtonComment about `Clone` on Context
2017-06-05 Alex CrichtonType alias `activations` to consolidate definition
2017-06-05 Alex CrichtonRemove stray Registry impls
2017-06-05 Alex CrichtonAvoid stack overflow when dropping RcList
2017-06-05 Alex CrichtonRemove `Clone` for a struct we don't want cloned
2017-06-05 Alex CrichtonReorganize `PackageRegistry::query` a bit
2017-06-05 Alex CrichtonRemove DependencyInner as a public API
2017-06-05 Alex CrichtonCache `Context::target_filenames`
2017-06-05 Alex CrichtonDon't spawn threads for fresh work
2017-06-05 Alex CrichtonRemove more allocatoins in index querying
2017-06-05 Alex CrichtonCut down allocations in Display impls
2017-06-05 Alex CrichtonOptimize allocations in the registry index
2017-06-05 Alex CrichtonOptimize the interface of `Registry`.
2017-06-05 Alex CrichtonTry to not allocate when decoding registry json
2017-06-05 Alex CrichtonUse `Rc::make_mut` in `Dependency`
2017-06-05 Alex CrichtonMake `Summary::clone` cheap with an inner `Rc`
2017-06-05 Alex CrichtonOptimize resolution by removing allocations
2017-06-03 borsAuto merge of #4119 - fabricedesre:patch-1, r=alexcrichton
2017-06-03 Fabrice DesréFix typo in argument name.
2017-06-02 borsAuto merge of #4110 - alexcrichton:jobserver, r=matklad
2017-06-02 Alex CrichtonAdd a GNU make jobserver implementation to Cargo
2017-06-01 borsAuto merge of #4117 - brson:vs2017, r=alexcrichton
2017-06-01 borsAuto merge of #4116 - alexcrichton:enotsupp, r=Mark...
2017-06-01 Brian AndersonUpdate gcc crate for MSVC 2017
2017-06-01 Alex CrichtonIgnore ENOTSUP in file locking on Linux too
2017-06-01 borsAuto merge of #4038 - nisargthakkar:newBadgesAdd, r...
2017-06-01 Evgen DruzhyninCredentials for multiple hosts.
2017-06-01 Evgen DruzhyninRemove warnings about old configuration on publish.
2017-06-01 Evgen DruzhyninUpdate login paragraph in crates-io docs.
2017-06-01 Evgen DruzhyninMove API token into the separate file.
2017-05-31 borsAuto merge of #4090 - jluner:master, r=alexcrichton
2017-05-31 borsAuto merge of #4113 - alexcrichton:trim-travis, r=alexc...
2017-05-31 Alex CrichtonRemove lots of dated configuration from this repo
2017-05-31 jlunerFixes review comments
2017-05-28 jlunerRestore macro_use
2017-05-28 jlunerResolve upstream updates to referenced crates
2017-05-28 jlunerMerge remote-tracking branch 'upstream/master'
2017-05-28 jlunerFix formatting issue blocking build
2017-05-28 borsAuto merge of #4107 - alexcrichton:update-deps, r=alexc...
2017-05-28 Alex CrichtonUpdate a slew of dependencies and such
2017-05-27 borsAuto merge of #4031 - torkleyy:exclude, r=alexcrichton
2017-05-27 torkleyyFix build_all_exclude
2017-05-27 torkleyyAdd tests for --exclude
2017-05-27 torkleyyAdd exclude flag to bench, check and test
2017-05-27 torkleyyMove package flag handling into cargo_compile
2017-05-27 torkleyyAdd --exclude flag
2017-05-27 jlunerUpdate gcc dependency to match updated gcc elsewhere...
2017-05-27 jlunerMerge remote-tracking branch 'upstream/master'
2017-05-27 jlunerFix failing tests
2017-05-26 borsAuto merge of #4103 - brson:vs2017, r=alexcrichton
2017-05-26 Brian AndersonUpdate lockfile for gcc and cmake crates to pick up...
2017-05-26 borsAuto merge of #4105 - birkenfeld:master, r=alexcrichton
2017-05-26 Georg BrandlDo not output "Blocking - waiting for lock" with -q
2017-05-25 borsAuto merge of #4099 - matklad:ignore-root-target, r...
2017-05-25 Aleksey KladovIgnore only root target directory
2017-05-25 jlunerAddresses review comments
2017-05-25 borsAuto merge of #4098 - callahad:remove-superfluous-semis...
2017-05-25 Dan CallahanRemove superfluous `;;` sequences
2017-05-25 jlunerMerge branch 'master' of https://github.com/jluner...
2017-05-25 jlunerAdd error-chain errors
2017-05-24 borsAuto merge of #4088 - Nemikolh:buildscript-stderr,...
2017-05-24 jlunerAdd error-chain errors
2017-05-23 NemikolhMention the stderr file in the documentation.
2017-05-23 NemikolhWrite stderr output from build-scripts to disk.
2017-05-22 borsAuto merge of #4085 - alexcrichton:fix-rewrite, r=matklad
2017-05-22 Alex CrichtonFix a serialization error on publish
2017-05-22 borsAuto merge of #4084 - shiver:issue-3360, r=alexcrichton
2017-05-22 Robert Vally3360 - Allow for features to be either comma or space...
2017-05-18 borsAuto merge of #3937 - andwur:rustc-flag-determinism...
2017-05-18 Alex CrichtonOnly sort deps in build script dependency generation
2017-05-18 borsAuto merge of #4069 - alexcrichton:remove-unused-dep...
2017-05-18 Alex CrichtonRemove chrono as a dependency
next